home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 806 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.9 KB

  1. Path: news.mindspring.com!usenet
  2. From: cflowers@atl.mindspring.com (Charles R. Flowers)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: **** C++ and Java ?
  5. Date: Sun, 07 Jan 1996 10:41:16 GMT
  6. Organization: MindSpring Enterprises, Inc.
  7. Message-ID: <4co842$1tck@stealth.mindspring.com>
  8. References: <4cjhh2$4bo@whitbeck.ncl.ac.uk>
  9. Reply-To: cflowers@atl.mindspring.com
  10. NNTP-Posting-Host: user-168-121-82-79.dialup.mindspring.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. n4521661 <Zijian.Huang@ncl.ac.uk> wrote:
  14.  
  15. >I read some articles about Java language.
  16. >On surface, the syntax of Java is C++ like.
  17. >Though Java is still being developed, it seem Java show greater
  18. >protential on many aspects of software development.
  19.  
  20. >I saw arthors of those articles are Java lover, since I read no
  21. >points disscussing the shortage of Java.
  22.  
  23. >If Java is really so ideal, will it one day Java dominate the 
  24. >software development languages? How about possition of C++ and
  25. >Java in the future software development?
  26. >Can anyone answer?
  27.  
  28. >Zijian Huang
  29. >E-mail:  n4521661@aidan.ncl.ac.uk
  30. >www:   http://www.ncl.ac.uk/~n4521661
  31. >Tel: (UK) + 0421  377903
  32.  
  33. From what I've seen and asked "experts" concerning Java, it is mainly
  34. a wonderful aid to WWW pages.  It is a powerful language in which you
  35. could develop applications just as complicated, robust, and powerful
  36. as those you would develop in any other language, but its main
  37. intended use is for applets small enough to be downloaded to the
  38. client machine and then run (just as an HTML document is downloaded to
  39. your machine and then displayed).  A payroll management application,
  40. for example, is too large to practically download each time.
  41.  
  42. I guess down the road, since Java is machine independant, we may see
  43. large, complex apps written in Java and distributed normally (on
  44. CD-ROM, etc.).  However, I don't think Java has evolved to this stage
  45. yet.  
  46.  
  47. Others, please correct me if I'm wrong.
  48.  
  49.  
  50.